home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / exampleCode / MP / timer / README < prev   
Encoding:
Text File  |  1994-08-02  |  3.1 KB  |  92 lines

  1.  
  2.            
  3.                   ~4Dgifts/src/exampleCode/MP/timer README
  4.  
  5.  
  6.     
  7.     This subtree demonstrates the use of a high resolution timer of the io3 
  8.     board on an r4k-based SGI system.  The io3 clock is 16 Mhz, 32 bits.  
  9.     Period is ~ 268 seconds.  Getitimer has a 100 Hz default resolution.  
  10.     With ftimer(1) and by changing FASTHZ in /usr/sysgen/master.d/kernel it
  11.     is possible to bring the resolution up to 1800 (Power Series systems), 
  12.     i.e., 555 microseconds.  This resolution is too coarse for the purpose 
  13.     of some measurements.
  14.  
  15.     Two sub-directories containing contrasting Linpack 100 examples using 
  16.     a regular and the high resolution timers are shown.  The Linpack 100 
  17.     benchmark takes about .07 second to run and thus the use of a higher 
  18.     resolution timer is necessary.
  19.  
  20.     Also included is a similar io4 timer for the challenge system.
  21.  
  22.  
  23.  
  24. Sample Linpack Output
  25. ---------------------
  26.  
  27. regular timer:
  28.  
  29. ./linpackd
  30.  Please send the results of this run to:
  31.  
  32.  Jack J. Dongarra
  33.  Computer Science Department
  34.  University of Tennessee
  35.  Knoxville, Tennessee 37996-1300
  36.  
  37.  Fax: 615-974-8296
  38.  
  39.  Internet: dongarra@cs.utk.edu
  40.  
  41.      norm. resid      resid           machep         x(1)          x(n)
  42.   1.67005097E+00  7.41628980E-14  2.22044605E-16  1.00000000E+00  1.00000000E+00
  43.  
  44.  
  45.     times are reported for matrices of order   100
  46.       dgefa      dgesl      total     mflops       unit      ratio
  47.  times for array with leading dimension of 201
  48.   6.000E-02  1.000E-02  7.000E-02  9.810E+00  2.039E-01  1.250E+00
  49.   6.000E-02  3.576E-09  6.000E-02  1.144E+01  1.748E-01  1.071E+00
  50.   7.000E-02  5.364E-09  7.000E-02  9.810E+00  2.039E-01  1.250E+00
  51.   6.300E-02  2.000E-03  6.500E-02  1.056E+01  1.893E-01  1.161E+00
  52.  
  53.  times for array with leading dimension of 200
  54.   6.000E-02  1.000E-02  7.000E-02  9.810E+00  2.039E-01  1.250E+00
  55.   7.000E-02  4.768E-09  7.000E-02  9.810E+00  2.039E-01  1.250E+00
  56.   6.000E-02 -4.768E-08  6.000E-02  1.144E+01  1.748E-01  1.071E+00
  57.   6.300E-02  2.000E-03  6.500E-02  1.056E+01  1.893E-01  1.161E+00
  58.  
  59.  
  60. io3 timer:
  61.  
  62. ./linpackd
  63.  Please send the results of this run to:
  64.  
  65.  Jack J. Dongarra
  66.  Computer Science Department
  67.  University of Tennessee
  68.  Knoxville, Tennessee 37996-1300
  69.  
  70.  Fax: 615-974-8296
  71.  
  72.  Internet: dongarra@cs.utk.edu
  73.  
  74.      norm. resid      resid           machep         x(1)          x(n)
  75.   1.67005097E+00  7.41628980E-14  2.22044605E-16  1.00000000E+00  1.00000000E+00
  76.  
  77.  
  78.     times are reported for matrices of order   100
  79.       dgefa      dgesl      total     mflops       unit      ratio
  80.  times for array with leading dimension of 201
  81.   6.509E-02  1.980E-03  6.707E-02  1.024E+01  1.954E-01  1.198E+00
  82.   6.373E-02  1.869E-03  6.560E-02  1.047E+01  1.911E-01  1.171E+00
  83.   6.490E-02  1.885E-03  6.679E-02  1.028E+01  1.945E-01  1.193E+00
  84.   6.504E-02  1.855E-03  6.690E-02  1.026E+01  1.949E-01  1.195E+00
  85.  
  86.  times for array with leading dimension of 200
  87.   6.682E-02  1.967E-03  6.879E-02  9.982E+00  2.004E-01  1.228E+00
  88.   6.324E-02  1.837E-03  6.508E-02  1.055E+01  1.896E-01  1.162E+00
  89.   6.415E-02  1.842E-03  6.599E-02  1.041E+01  1.922E-01  1.178E+00
  90.   6.440E-02  1.835E-03  6.624E-02  1.037E+01  1.929E-01  1.183E+00
  91.  
  92.